Association Object

The Association object enables the management of note associations through script. Declare the object using the following code:

CreateObject("CxNote.Association")

Each method in this document assumes you have declared the Association object using the following code:

Dim Association

Set Association = CreateObject("CxNote.Association")


More: